home *** CD-ROM | disk | FTP | other *** search
/ Beautiful Beautiful Nudes / Beautiful Beautiful Nudes - Vol 1.iso / pc / install / qtvideo.txt < prev    next >
Text File  |  1995-04-25  |  6KB  |  113 lines

  1. User Guide to the QTW.INI
  2. INTRODUCTION
  3. As was previously mentioned, QuickTime for Windows achieves its perfor-
  4. mance advantage by checking your hardware configuration, and if it recog-
  5. nizes the video card's chipset as one that can be optimized, it attempts
  6. direct hardware access.  As an end user, it is relatively easy to open
  7. your QTW.INI file and gets some important information from it.  From the
  8. Program Manager, select "Run" from the File menu.  In the command line, 
  9. simply type, "QTW.INI".  Notepad should open up with your copy of the 
  10. QTW.INI file. The top section contains most of the information we need. 
  11. It may look something like this:
  12. [QuickTime for Windows]
  13. VHDW Component=Base Apple VHDW Component
  14. Video Hardware=8-bit palettized pixels; S3 801 or 805 internalhardware
  15. support
  16. Implementation=Full
  17.  
  18. [Video]
  19. PreferredComponent=C:\WINDOWS\SYSTEM\QTVHDW.QTC
  20.  
  21. Lets examine each line of the .INI file, and see what significance it has
  22. on theoverall performance of QuickTime. The first line, [QuickTime for
  23. Windows], is a section header whose information directly indicates 
  24. QuickTime'shardware support options. The second line, VHDW Component=
  25. Base AppleVHDW Component, indicates that QuickTime is using a standard base
  26. level hardware support component in order to write directly to the hardware.
  27. Thenext line, Video Hardware=8-bit palettized pixels; S3 801 or 805 
  28. internalhardware, is very important in regards to performance. If this 
  29. line hasinformation in it, it means that QuickTime has recognized the 
  30. video hardware. In this case, QuickTime has recognized this chipset as 
  31. being either a S3 801 or 805 chipset. It will achieve the highest 
  32. quality performance for the PC's video bus. For example, if you have 
  33. direct hardware support, but have anISA card, you will get the maximum
  34. performance allowable for the data transfer bandwidth of an ISA card. If
  35. you have a supported  VLB card, youshould get the very best video 
  36. playback performance. The next line of the fileindicates that all 
  37. QuickTime options are installed and available. This lineshould always say
  38. "Full".
  39.  
  40. The next section is the Video section. The line directly under it will 
  41. specifythe path to the component that QuickTime is using in order to
  42. write directlyto the video frame buffers. Make sure never to delete this
  43. file, or QuickTimewill have to resort to GDI level performance. 
  44.  
  45. Now lets look at a file from a machine that does not offer direct hardware
  46. support.
  47.  
  48. [QuickTime for Windows]
  49. Implementation=Full
  50. VHDW Component=None
  51. Video Hardware=Not directly supported
  52.  
  53. As you can see, quite a bit of information is left out here. You will 
  54. notice thatno VHDW component is specified, and the Video Hardware section
  55. indicated that it is not directly supported. There is also no [Video] 
  56. section inthis document. Not having direct hardware support does not 
  57. necessarilymean bad performance though. If you have a machine without 
  58. direct hardware support, but you have a VLB card, you will not see 
  59. optimal performance, but the high data transfer rate of the card should
  60. yield good performance. If however, you have an non-optimized chipset, and
  61. it is also andISA card, you will notice some performance degradation due
  62. to the data busbottleneck. A section near the end of the file may also
  63. have some important significance. Let's take a look:
  64. [Override]
  65. oldVersion=38
  66. This section lets you know that you have an older version of QuickTime on
  67. your drive. Generally, it's not good to have older versions of QuickTime around. The qtold.dll checks for older versions of QuickTime on your drive 
  68. whenever QuickTime is initialized. If it finds one, it adds a digit to 
  69. thiscounter. Whenever old Version gets to a multiple of ten, a warning
  70. messageappears after QuickTime is initialized that advises the user of 
  71. the older version. To determine if you have an older version floating 
  72. around, set thisnumber to one that ends in 9, and launch the Movie Player.
  73. If you got thewarning dialogue, you have an older version on your drive.
  74. The best way toget rid of older versions of QuickTime is to run the 
  75. latest QuickTime installer. It automatically searches for older version, 
  76. and gives you the option of getting rid of them.
  77.  
  78. TROUBLESHOOTING
  79. While the QTW .Ini file's main purpose is to record and track your 
  80. machine'shardware specifications, there are some other uses for it that
  81. can help increaseperformance for machines experiencing playback problems.
  82.  
  83. As was previously mentioned, the Video section of the .ini file controls
  84. thepreferred playback driver for the video data tracks. If you have
  85. supportedhardware, the information in this section should have a path 
  86. statement tothe preferred QuickTime component that will be used to
  87. provide directhardware access. If you don't have supported hardware, and 
  88. you areexperiencing playback problems with video, a simple edit in this 
  89. section willhelp solve performance problems.
  90.  
  91. If you have a PCI video card, QuickTime 2.0 does not currently have 
  92. supported drivers to optimize access to the hardware. If you have a PCI 
  93. card, youmay be experiencing some playback performance problems. Adding
  94. thefollowing lines to the QTW .INI file may help alleviate those issues. 
  95. Here are the lines to add.
  96.  
  97. You should not already have a [Video] section and should add these lines
  98.  
  99. [Video]
  100. Optimize=Driver
  101.  
  102. That's it.  Save and close the .ini file and the next time you launch QuickTime
  103. you should see some performance gains.
  104.  
  105. If you have some other video card and your performance is not what you
  106. would expect for the hardware, try the above solution. If that still does
  107. not dothe job, try this modification to the file instead:
  108.  
  109. [Video]
  110. Optimize=BMP
  111.  
  112. You should remember to save and close the file and relaunch QuickTime to
  113. examine the results.